home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / chasm.arc / COM2DATA.DOC < prev    next >
Text File  |  1983-06-29  |  942b  |  32 lines

  1.  
  2. COM2DATA
  3. Command
  4.  
  5. -------------------------------------------
  6. Purpose: Converts a file of machine language
  7.          code into a file of BASIC DATA
  8.          statements.  The data file may be
  9.          merged into BASIC programs, thus
  10.          simplifying the process of using
  11.          machine language subroutines in
  12.          BASIC.
  13.  
  14. Format:  BASIC COM2DATA
  15.  
  16. Type:    Internal      External
  17.                          ***
  18.  
  19. Remarks: COM2DATA will prompt for the names
  20.          of input and output files, and the
  21.          line number to give to the first
  22.          DATA statement.  When finished,
  23.          COM2DATA returns you to DOS.
  24.  
  25.          Due to the way BASIC handles files,
  26.          COM2DATA will invariably produce a
  27.          multiple of 128 data values.
  28.          Generally, the actual program will
  29.          be followed with a number of
  30.          spurious &H00's, which may be
  31.          deleted after merging.
  32.